Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ConnectivityException(description: String, cause: Throwable? = null) : VerifierException
Link copied to clipboard
class DataTransportDisconnectedException(cause: Throwable? = null) : VerifierException

The exception occurs when a proximity session already exists.

Link copied to clipboard
class FailedToRegisterException(cause: Throwable? = null) : VerifierException

Failed to register the verifier application instance with MATTR VII during SDK initialization. Verify that the PlatformConfiguration values are correct and retry initialization.

Link copied to clipboard
class FailedToStoreCertificateException(val errors: List<String>) : VerifierException
Link copied to clipboard

The exception occurs when the session is timed-out due to inactivity.

Link copied to clipboard
Link copied to clipboard
class InvalidLicenseException(cause: Throwable? = null) : VerifierException

The SDK license failed to validate or an existing license has expired. Re-initialize the SDK to obtain a new license. If the issue persists, contact MATTR support at dev-support@mattr.global.

Link copied to clipboard
class RuntimeException(cause: Throwable) : VerifierException

Runtime exceptions should be reported to MATTR.

Link copied to clipboard
class SdkInitializedException(message: String? = null) : VerifierException

Sdk initialized exception.

Link copied to clipboard

The exception occurs when SDK API is called before the SDK initialization process.

Link copied to clipboard

The exception may occur during the SDK initialization process.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val localizedMessage: String?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open var stackTrace: Array<out StackTraceElement?>?
Link copied to clipboard
val suppressed: Array<out Throwable?>?